home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / WASTE Object Handlers 1.2.5 / Other Headers / SendFinderOpen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-08  |  258 b   |  15 lines  |  [TEXT/CWIE]

  1. #ifndef __PROCESSES__
  2. #include <Processes.h>
  3. #endif
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. OSErr SendFinderOpenAE(FSSpec *theDoc);
  10. OSErr FindAProcess( OSType typeToFind, OSType creatorToFind, ProcessSerialNumberPtr processSN);
  11.  
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15.